object frmDownloadUpdates: TfrmDownloadUpdates
Left = 402
Top = 329
BorderIcons = []
BorderStyle = bsDialog
Caption = 'frmDownloadUpdates'
ClientHeight = 386
ClientWidth = 622
Color = clWhite
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Scaled = False
OnCreate = AxSimpleSkinFormCreate
OnDestroy = AxSimpleSkinFormDestroy
OnHide = AxSimpleSkinFormHide
OnShow = AxSimpleSkinFormShow
PixelsPerInch = 96
TextHeight = 13
object pnlDownloadUpdates: TPanel
Left = 0
Top = 0
Width = 622
Height = 386
Align = alClient
BevelOuter = bvNone
ParentColor = True
TabOrder = 0
DesignSize = (
622
386)
object lHeaderInfo: TLabel
Left = 32
Top = 64
Width = 560
Height = 56
Anchors = [akLeft, akTop, akRight]
AutoSize = False
Caption =
'The program has discovered one or more available updates. Click ' +
'Updates to download and install updates or click "View available' +
' updates" to see additional information.'
Font.Charset = DEFAULT_CHARSET
Font.Color = 3355443
Font.Height = -13
Font.Name = 'Arial'
Font.Style = []
ParentFont = False
Transparent = True
WordWrap = True
end
object lTitle: TAxSmoothLabel
Left = 32
Top = 16
Width = 173
Height = 19
Quality = smMMXSmoothing4x
Caption = 'Downloading updates'
Font.Charset = DEFAULT_CHARSET
Font.Color = 10040064
Font.Height = -16
Font.Name = 'Verdana'
Font.Style = []
ParentFont = False
Transparent = True
end
object lMostRecent: TLabel
Left = 32
Top = 178
Width = 180
Height = 16
Caption = 'Most recent check for updates:'
Font.Charset = DEFAULT_CHARSET
Font.Color = 3355443
Font.Height = -13
Font.Name = 'Arial'
Font.Style = []
ParentFont = False
Transparent = True
end
object lProgramV: TLabel
Left = 32
Top = 200
Width = 97
Height = 16
Caption = 'Program version:'
Font.Charset = DEFAULT_CHARSET
Font.Color = 3355443
Font.Height = -13
Font.Name = 'Arial'
Font.Style = []
ParentFont = False
Transparent = True
end
object lInfoText: TAxLabel
Left = 72
Top = 290
Width = 475
Height = 56
OnLinkClick = lInfoTextLinkClick
LinkColor = 14509568
LinkSelectedColor = 14522624
WordWrap = True
Quality = smGDISmoothing
Transparent = True
AutoSize = False
Caption =
'Auslogics provides its users with a realible and inexpansive sol' +
'utions to clean up, optimize and protect thier computers. More'
Font.Charset = DEFAULT_CHARSET
Font.Color = 3355443
Font.Height = -13
Font.Name = 'Arial'
Font.Style = []
ShowAccelChar = True
ParentFont = False
end
object lDateUpdate: TLabel
Left = 286
Top = 178
Width = 12
Height = 16
Caption = '...'
Font.Charset = DEFAULT_CHARSET
Font.Color = 3355443
Font.Height = -13
Font.Name = 'Arial'
Font.Style = []
ParentFont = False
Transparent = True
end
object lNameVersion: TLabel
Left = 286
Top = 200
Width = 12
Height = 16
Caption = '...'
Font.Charset = DEFAULT_CHARSET
Font.Color = 3355443
Font.Height = -13
Font.Name = 'Arial'
Font.Style = []
ParentFont = False
Transparent = True
end
object lCaptionChecking: TLabel
Left = 32
Top = 122
Width = 246
Height = 16
Caption = 'Downloading updates %d of %d (%d Kb)...'
Font.Charset = DEFAULT_CHARSET
Font.Color = 3355443
Font.Height = -13
Font.Name = 'Arial'
Font.Style = []
ParentFont = False
Transparent = True
end
object lAvailableUpd: TLabel
Left = 32
Top = 222
Width = 105
Height = 16
Caption = 'Available updates:'
Font.Charset = DEFAULT_CHARSET
Font.Color = 3355443
Font.Height = -13
Font.Name = 'Arial'
Font.Style = []
ParentFont = False
Transparent = True
end
object lCountAvailableUpd: TLabel
Left = 286
Top = 222
Width = 12
Height = 16
Caption = '...'
Font.Charset = DEFAULT_CHARSET
Font.Color = 3355443
Font.Height = -13
Font.Name = 'Arial'
Font.Style = [fsBold]
ParentFont = False
Transparent = True
end
object Image: TImage
Left = 32
Top = 290
Width = 32
Height = 32
AutoSize = True
Picture.Data = {}
end
object pbCheckProgress: TProgressBar
Left = 32
Top = 145
Width = 381
Height = 17
TabOrder = 0
end
object btnStopDownload: TBitBtn
Left = 431
Top = 141
Width = 150
Height = 25
Caption = 'Stop Download'
Font.Charset = DEFAULT_CHARSET
Font.Color = 3355443
Font.Height = -13
Font.Name = 'Arial'
Font.Style = []
ParentFont = False
TabOrder = 1
OnClick = btnStopDownloadClick
end
end
object Timer: TTimer
Enabled = False
OnTimer = TimerTimer
Left = 520
Top = 8
end
end